home *** CD-ROM | disk | FTP | other *** search
/ Power DOS 1996 July / Power DOS - July 1996.iso / sound / c_labs / awe / adip.exe / ADIP02.ZIP / WINDOWS / SAMPLE / WINAWE32.H < prev    next >
C/C++ Source or Header  |  1994-07-08  |  2KB  |  36 lines

  1. /*****************************************************************************
  2. *                                                                            *
  3. * WINAWE32 main header file                                                  *
  4. *                                                                            *
  5. * (C) Copyright Creative Technology Ltd. 1992-94. All rights reserved        *
  6. * worldwide.                                                                 *
  7. *                                                                            *
  8. * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY      *
  9. * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE        *
  10. * IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR      *
  11. * PURPOSE.                                                                   *
  12. *                                                                            *
  13. * You have a royalty-free right to use, modify, reproduce and                *
  14. * distribute the Sample Files (and/or any modified version) in               *
  15. * any way you find useful, provided that you agree to                        *
  16. * the Creative's Software Licensing Aggreement and you also agree that       *
  17. * Creative has no warranty obligations or liability for any Sample Files.    *
  18. *                                                                            *
  19. ******************************************************************************/
  20. /*****************************************************************************\
  21. *    File name   : WINAWE32.H                                                *
  22. *                                                                            *
  23. *    Programmer  : Cheng Kok Hoong                                           *
  24. *                  Creative Technology Ltd, 1994. All rights reserved.       *
  25. *                                                                            *
  26. ******************************************************************************/
  27.  
  28. #include "resource.h"
  29.  
  30. int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
  31. BOOL InitApplication(HANDLE);
  32. BOOL InitInstance(HANDLE, int);
  33. long CALLBACK __export MainWndProc(HWND, UINT, WPARAM, LPARAM);
  34. BOOL __export CALLBACK About(HWND, unsigned, WORD, LONG);
  35. BOOL __export CALLBACK TriggerMe(HWND, unsigned, WORD, LONG);
  36.